Obtains the first attribute that decorates an object class.

Name Description
GetAttribute<TAtribute>(this Assembly) Obtains the first attribute that decorates assemblies.
GetAttribute<TAtribute>(this MemberInfo) Obtains the first attribute that decorates class members like methods, properties or fields.
GetAttribute<TAtribute>(this Module) Obtains the first attribute that decorates modules.
GetAttribute<TAtribute>(this ParameterInfo) Obtains the first attribute that decorates method parameters.
GetAttribute<TAtribute>(this object) Obtains the first attribute that decorates an object class.